home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / archive / zipr32 / zifedit.rev < prev    next >
Text File  |  1993-05-01  |  10KB  |  278 lines

  1.                          ZIF Editor Revision History
  2.  
  3. 04-20-93 ■ Version 1.3
  4.  
  5.            . Modified help screens to reflect new name, "ZIP'R For 
  6.              DOS".
  7.  
  8.            . Added support for 16384 and 32768 byte clusters.
  9.            
  10.            . Extended "Compression" field to allow "-Q"
  11.              (Query) option to be entered.
  12.            
  13.            . Extended "Compression" field to allow "-U" 
  14.              (Update) option to be entered.
  15.            
  16.            
  17. 03-28-93 ■ Version 1.2           
  18.            
  19.            . Added time stamp on all files to indicate the 
  20.              version number.
  21.  
  22.  
  23. 03-14-93 ■ Version 1.1
  24.  
  25.            . Removed "Exit" from PaintAboutScreen subroutine, 
  26.              which would cause an exit to a DOS prompt if the
  27.              ESCape key was pushed.
  28.            
  29.            . Fixed several problems related to Shift-Tab support.
  30.            
  31.            . Added support for Shift-Tab in .IN, .OUT, and the           
  32.              ZIPR.INI related screens.
  33.  
  34.            . Added support for Shift-Tab in .ZIF editing screen.
  35.            
  36.            . Fixed display problem with ZipType field being one
  37.              character too long on the edit screen.
  38.  
  39.  
  40. 03-09-93 ■ Version 1.0
  41.            . Released to public as version 1.0.
  42.  
  43.  
  44. 03-09-93 ■ Version 0.9ß
  45.  
  46.            . Clear screen when exiting ZIF Editor through the
  47.              "Quit" menu option.
  48.  
  49.  
  50. 03-08-93 ■ Version 0.8ß
  51.  
  52.            . Modified ZIF Editor help screen routines for 
  53.              easier maintenance.
  54.            
  55.            . Added Alternate \DIR\ field to ZIF Editor help
  56.              screen.
  57.            
  58.            . Streamlined ZIFED??.OBJ code to reduce code size.
  59.            
  60.            . Changed location specifications to include leading
  61.              digit.  (i.e 05 vs 5.)
  62.            
  63.            . Fixed display problem in PaintAboutScreen 
  64.              subroutine.  (Missing statement.)
  65.            
  66.            . Removed uppercase conversion routine from 
  67.              registration name field in ZIF Editor to make
  68.              the ZIPR.INI file compatible with ZIP'R.
  69.            
  70.            . Compressed executable file to reduce disk space
  71.              requirement from 240K to about 40K!
  72.            
  73.            . Changed top menu to automatically activate when
  74.              hotkeys are pressed.
  75.            
  76.            . Changed menu divider lines from "-" to "─".
  77.            
  78.            . Added "File" after .ZIF, .IN, and .OUT on the menus.
  79.              
  80.            . Fixed "backspace" bug in the .IN and .OUT editors.
  81.  
  82.  
  83. 03-05-93 ■ Version 0.7ß
  84.  
  85.            . Fixed problem where OldDOSCommand? information 
  86.              was not being cleared when editing.
  87.            
  88.            . Divided .IN and .OUT related editing code into 
  89.              separate IN??.OBJ and OUT??.OBJ modules.
  90.            
  91.            . Added support to maintain .IN and .OUT files.           
  92.            
  93.            . Enhanced previous "single space" fix to allow 
  94.              multiple spaces to be handled properly.
  95.            
  96.            . Fixed problem where entering a single space in the
  97.              "Path" field would prepend a backslash character, 
  98.              even though the field was empty.
  99.              
  100.            . Fixed problem where entering a single space in the
  101.              "Alternate \DIR\" field would prepend a backslash
  102.              character, even though the field was empty.
  103.            
  104.            . Added ".ZIF" to "File" menu options.
  105.            
  106.            . Added keystroke help screen to "File Open" and 
  107.              "File Delete" menu options.
  108.            
  109.            . Added "Alternate \DIR\" field to .ZIF editing 
  110.              screen to allow alternate program sub-directories
  111.              to be specified.
  112.  
  113.  
  114. 03-04-93 ■ Version 0.6ß
  115.  
  116.            . Removed copyright notice from editing screens to
  117.              provide additional room for fields.
  118.            
  119.            . Increased the width and height of the file pick
  120.              lists to 16 files/characters.
  121.              
  122.            . Changed the ZIF Editor to prompt the user whether
  123.              to save a file that had been changed, even if 
  124.              "ESC" was pressed to cancel the editing session.
  125.            
  126.            . Fixed a problem when attempting to "ESCape" from
  127.              the first field in the .ZIF editing screen after
  128.              previously entered information had been "tabbed 
  129.              through".
  130.            
  131.            . Fixed a problem where the prepending of the 
  132.              backslash character by the ZIF Editor to the 
  133.              "Path" field would extend the display beyond
  134.              the field boundaries.
  135.            
  136.            . Fixed a problem where the ZIP'R Defaults screen 
  137.              would not display blank entries properly.  (The 
  138.              "EPILOGDELAYTIME=" information would display.)
  139.            
  140.            . Fixed more bugs related to using the tab key on the
  141.              last field of the editing screens, which would cause
  142.              the first field to not be saved.
  143.            
  144.            . Added "ESC", "TAB", and "RETURN" key explanations 
  145.              at the bottom of the ZIP'R Defaults, and ZIP'R 
  146.              Register screens.
  147.            
  148.            . Fixed bug where using the tab key on the last field
  149.              of the ZIP'R Register screen would cause changes to
  150.              the first field to not be saved.
  151.            
  152.            . Fixed bug where using the tab key on the last field
  153.              of the ZIP'R Defaults screen would cause changes to
  154.              the first field to not be saved.
  155.            
  156.            . Fixed bug where using the tab key on the last field
  157.              of the .ZIF editing screen would cause changes to
  158.              the first field to not be saved.
  159.            
  160.            . Added immediate trigger to "OK" screens, to allow
  161.              the "O" key to be pressed in addition to "RETURN"
  162.              or "ESC".
  163.  
  164.  
  165. 03-02-93 ■ Version 0.5ß
  166.  
  167.            . Fixed problem where new .ZIF files were not being
  168.              saved.
  169.            
  170.            . Added error messages when .ZIF and ZIPR.INI files
  171.              already exist.
  172.            
  173.            . Added additional information for ConcurrentAccess 
  174.              field of .ZIF file editor.  (This field is only 
  175.              needed for the Network/Multitasker version of ZIP'R.
  176.            
  177.            . Added error message dialog boxes if no .ZIF files
  178.              exist in the directory.
  179.            
  180.            . Added support to automatically append a backslash to the
  181.              compression program path entries in the ZIP'R Defaults
  182.              section of the editor.
  183.  
  184.            . Added support to automatically add a preceding backslash
  185.              to the LogDirectory entry in the editor.
  186.            
  187.            . Added support to automatically add a colon after the 
  188.              LogDrive entry in the editor.
  189.            
  190.            . Added support for PgUp and PgDn to help menu screens.
  191.            
  192.            . Fixed various cursor display problems.
  193.            
  194.            . Added help screens to the help menu.
  195.            
  196.            . Fixed shadow box and hotkey problem with "File Delete"
  197.              option.
  198.            
  199.            . Completed support for the backspace key in all editing
  200.              modules of the ZIF Editor.
  201.            
  202.            . Added preliminary support for the backspace key when
  203.              editing .ZIF files.
  204.  
  205.  
  206. 02-28-93 ■ Version 0.4ß
  207.  
  208.            . Added finishing touches to all screens.  (Shadows,
  209.              etc.)
  210.            
  211.            . Added support to read and write registration 
  212.              information from ZIPR.INI file.
  213.            
  214.            . Added support to read and write ZIPR.INI file.
  215.            
  216.            . Added "Delete" option to file menu to delete .ZIF 
  217.              files.
  218.            
  219.            . Removed superfluous "Save" and "save As" options from
  220.              file menu.  File saving is done automatically after 
  221.              file editing is complete.
  222.              
  223.            . Created new EDIT??.OBJ module, and moved some of the           
  224.              subroutines from the ZIFED??.OBJ module to the new
  225.              location.
  226.  
  227.            . Changed edit screen input routines to allow tabbing
  228.              between fields.
  229.  
  230.  
  231. 02-26-93 ■ Version 0.3ß
  232.  
  233.            . Added MENU??.OBJ module to contain menu related code.
  234.            
  235.            . Added confirmation dialog boxes.
  236.            
  237.            . Enhanced .ZIF file editor to automatically save changed
  238.              files.
  239.            
  240.            . Added copyright notice code.
  241.            
  242.            . Added code to create new .ZIF file.
  243.            
  244.            . Now redraw top line of edit screen when .ZIF file name
  245.              is changed.  Display problem when new file name was 
  246.              shorter than the old one.
  247.            
  248.  
  249. 02-25-93 ■ Version 0.2ß
  250.  
  251.            . Added code to open a .ZIF file.
  252.            
  253.            . Added ESCape key support on menu items.           
  254.  
  255.            . Added ESCape key support when editing .ZIF files.
  256.  
  257.  
  258. 02-25-93 ■ Version 0.1ß
  259.  
  260.            . Added code to save .ZIF file. 
  261.            
  262.            . Added Program Paths and Program Register menu options.
  263.            
  264.            . Use old values for variables if new values are blank.
  265.  
  266.  
  267. 02-25-93 ■ Version 0.0ß
  268.  
  269.            . Added ZIP'R introduction screen to pop-up when the 
  270.              ZIF editor is executed.
  271.  
  272.            . Added code to read a .ZIF file and import it into the 
  273.              .ZIF file editing screen.
  274.  
  275.            . Began initial development on ZIP'R's ZIF (ZIP'R Information
  276.              File) Editor.  Created pulldown menu system.  Created 
  277.              editing screen to edit ZIP'R's .ZIF files.  
  278.